home *** CD-ROM | disk | FTP | other *** search
- var p = _parent;
- tval = p.setting[1];
- tset = "0,12,1," + p.setting[4] + ",0";
- col1 = "0x" + p.setting[3];
- col2 = "0x" + p.setting[5];
- var m = 4;
- var h = 25;
- p._parent.ip_makeText(this,"tbox_mc",1);
- tbox_mc.tfield.autoSize = "none";
- tbox_mc.tfield.multiline = false;
- tbox_mc.tfield._x = m - 1.4;
- tbox_mc.tfield._width = p._parent.ip_w - 2 * m;
- w = Math.min(p._parent.ip_w,tbox_mc.tfield.textWidth + 3 * m);
- tbox_mc.tfield._width = w - m;
- tbox_mc.tfield._height = 20;
- tbox_mc.tfield._y = 3;
- tFormat = tbox_mc.tfield.getTextFormat();
- tFormat.align = "center";
- tbox_mc.tfield.setTextFormat(tFormat);
- _Y = (p._parent.ip_h - 25) / 2;
- _X = (p._parent.ip_w - w) / 2;
-